Click or drag to resize

ServiceGetClientAccessToken Method (String, ClientAccessTokenType)

Gets the client access token.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public PerformReminderActionResponse GetClientAccessToken(
	string id,
	ClientAccessTokenType type
)

Parameters

id
Type: SystemString
The identifier.
type
Type: Independentsoft.ExchangeClientAccessTokenType
The type.

Return Value

Type: PerformReminderActionResponse
PerformReminderActionResponse.
See Also